chore: sync main to dev after v1.23.0#45
Merged
github-actions[bot] merged 3 commits intodevfrom Jan 2, 2026
Merged
Conversation
* refactor: componentize buttons and icons (#33) * fix: add cursor pointer to close button in ChatStats component * feat: add reusable button components * feat: add Icon component with 47 icons and filled state support * refactor: replace inline SVGs with Icon component * refactor: replace inline buttons with IconButton and ListItemButton * refactor: replace inline SVGs and buttons in main page - Replace all inline SVG icons with Icon component - Replace inline button elements with IconButton component - Fix layout structure issues for proper flex container nesting - Fix indentation in no-chat-selected section * style: fix linting issues * fix: replace remaining inline SVG and hardcoded strings - Replace inline WhatsApp SVG with Icon component in +page.svelte - Replace hardcoded 'Delete bookmark', 'Cancel', 'Save' with i18n messages in BookmarkModal - Replace hardcoded 'Remove Chat' with i18n message in ChatList * fix: export new button and icon components from index.ts * fix: address Copilot review comments - Fix wifi-off icon SVG path (was showing lightbulb icon) - Fix circle icon SVG path (malformed relative move command) - Fix Icon indentation inside IconButton/Button components (7 locations) * Initial plan * fix: replace array class bindings with template literals and remove unused prop Co-authored-by: rodrigogs <2362425+rodrigogs@users.noreply.github.com> * style: use consistent template literal pattern for class bindings Co-authored-by: rodrigogs <2362425+rodrigogs@users.noreply.github.com> * Initial plan * fix: resolve type check errors and a11y warning - Use local inlang plugins instead of CDN to fix compilation in offline/restricted networks - Add stroke-width prop to Icon component and use it in actualStrokeWidth derivation - Add track element to video in MediaGallery to satisfy a11y requirements Co-authored-by: rodrigogs <2362425+rodrigogs@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rodrigogs <2362425+rodrigogs@users.noreply.github.com> * chore: auto-sync dev with main after release * fix: add JSDoc comment to IconName type for better IDE support * fix: use GitHub API to sync dev with main after release The previous approach failed because dev branch is protected and requires PRs. * feat: use peter-evans/create-pull-request for elegant branch sync Most elegant solution for syncing protected branches: - Industry standard (175k+ repos use it) - No PAT required, works with GITHUB_TOKEN - Handles branch protection automatically - Idempotent (updates existing PR) - Auto-deletes branch after merge * fix: remove duplicate sync step (handled in build.yml) * fix: add pull-requests permission for branch sync * feat: extract reusable UI components Extract repeated UI patterns into reusable components: - Collapsible: Expandable sections with animated chevron - FeatureItem: Badge list items (numbered/icon variants) - Modal + ModalHeader + ModalContent: Dialog overlays with ESC key handling - Dropdown + DropdownHeader + DropdownSearch + DropdownList: Floating menus Reduced +page.svelte by 92 lines while improving maintainability. Co-authored-by: Copilot <noreply@github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rodrigogs <2362425+rodrigogs@users.noreply.github.com> Co-authored-by: Copilot <noreply@github.com>
Extract repeated UI patterns into reusable components: - Collapsible: Expandable sections with animated chevron - FeatureItem: Badge list items (numbered/icon variants) - Modal + ModalHeader + ModalContent: Dialog overlays with ESC key handling - Dropdown + DropdownHeader + DropdownSearch + DropdownList: Floating menus Reduced +page.svelte by 92 lines while improving maintainability.
# [1.23.0](v1.22.2...v1.23.0) (2026-01-02) ### Features * UI componentization with reusable components ([47f0496](47f0496))
Contributor
Author
|
🎉 This PR is included in version 1.24.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated PR to sync release changes from main to dev.